@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
}
#body {
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}
/* FORMULARIO DE ASISTENCIA */

#asistencia {
    width: 1200px;
    height: 50px;
    margin: auto;
    background-color: #197E1E;
    margin-top: -45px;
    transition: 0.5s ease-in-out;
}
.formasistencia {
    width: 1190px;
    height: 50px;
    border: none;
    margin-left: 10px;
    background-color: #197E1E;
    float: left;
}
.campotexto {
    display: inline-block;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #7D7D7D;
    width: 200px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    border: 1px solid;
    border-color: #C7C8C8;
    border-radius: 5px;
}
.campotexto:focus {
    box-shadow: 0 0 5px 0 #197E1E;
    border-radius: 5px;
}
.btnasistencia {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    background-color: #0C5325;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-left: 15px;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.5);
}
.btnasistencia:hover {
    color: #0C5325;
    background-color: #ffffff;
    text-decoration: none;
}
/* ENCABEZADO */

#header {
    width: 1200px;
    height: 141px;
    position: flex;
    margin: auto;
    border-bottom: 2px solid #197E1E;
    background: #ffffff;
    display: block;
}
.logo {
    width: 250px;
    height: 125px;
    float: left;
    margin-left: 40px;
    margin-top: 15px;
}
.botonasistencia {
	font-size: 14px;
    background: #197E1E;
    width: 350px;
    height: 25px;
    float: right;
    text-align: right;
    padding-right: 10px;
    border-radius: 0px 0px 5px 5px;
}
.botonasistencia a {
    color: #ffffff;
}
.botonasistencia a:hover {
    color: #6CFEA0;
    text-decoration: none;
}
.menu {
    width: 700px;
    height: 35px;
    float: right;
    margin-top: 79px;
    background: #197E1E;
    border-radius: 5px 5px 0px 0px;
    text-align: right;
    padding-right: 10px;
}
.btnmenu {
    width: 120px;
    height: 35px;
    background-color: #197E1E;
    border: none;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    margin-left: 5px;
    font-size: 16px;
 }
.btnmenu:hover {
    color: #6CFEA0;
    text-decoration: none;
    border-bottom-color: #6CFEA0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    transition: 0.2s ease-in-out;
}
.indice {
	color:#6CFEA0;
	border-bottom-color: #6CFEA0;
    border-bottom-width: 3px;
    border-bottom-style: solid;	
}
/* SLIDER */

.slider {
    width: 1200px;
    max-height: 360px;
    margin: auto;
    margin-top: 10px;
}
.imgcarrousel {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* SEPARADOR */

#separador1 {
    width: 100%;
    height: 100px;
}

#subseparador1{
    height: 100px;
    font-size: 22px;
    font-weight: 600;
    color: #6C6C6C;
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 30px;
    padding-left: 10px;
}

#separador2 {
    width: 100%;
    height: 60px;
}

#subseparador2{
    height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #6A6A6A;
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.separador {
    margin: auto;
    margin-top: 10px;
    background-image: url("../imagenes/fondoseparador.png");
}

.subseparador {
    background: rgba(255, 255, 255, 0.85);
}

.subseparador b{
    color: #1B8120;
}

.subseparador a{
    text-decoration: none;
    color: #1B8120;
}

.subseparador a:hover{
	text-decoration: none;
	color: #6CFEA0;
}

/* ETIQUETAS */

.etiquetas {
    width: 1200px;
    height: 390px;
    margin: auto;
    margin-top: 10px;
    background: #F5F4F4;
    border-radius: 10px;
}
.carta1 {
	width: 302px;
	height: 400px;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 60px;
}
.carta2 {
	width: 302px;
	height: 400px;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 150px;
}
.carta3 {
	width: 302px;
	height: 400px;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 240px;
}
.cartaimg {
	width: 290px;
	height: 155px;
	position: relative;
	top: 5px;
	left: 5px;
	box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.3);
}
.cartatitulo{
	width: 302px;
	height: 25px;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #7C7C7C;
	position: relative;
	top: 25px;
	padding-left: 10px;
}
.cartatexto{
	width: 280px;
	height: 140px;
	font-size: 14px;
	color: #999999;
	position: relative;
	top: 30px;
	left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.cartapie{
	width: 302px;
	height: 25px;
	font-size: 16px;
	font-weight: 600;
	color: #197E1E;
	position: relative;
	bottom:-25px;
	padding-left: 20px;
	text-align: left; 
}
.cartapie a{
	color: #197E1E;
	text-decoration: none;
}
.cartapie a:hover{
	color: #6CFEA0;
	text-decoration: none;
}

/* PARTNERS */

.partners {
    width: 1200px;
    height: 300px;
    margin: auto;
    margin-top: 10px;
}
.partners img{
    width: 150px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 25px;
    margin-bottom: 10px;
}

/*TEXTOS*/

.textosproductos{
    width: 100%;
    height: 650px;
    margin: auto;
    margin-top: 10px;
}

.textos{
    width: 100%;
    height: 850px;
    margin: auto;
    margin-top: 10px;
}
.textosnosotros{
    width: 100%;
    height: 650px;
    margin: auto;
    margin-top: 10px;
}
.primertexto{
	width: 1200px;
    font-style: italic;
    color: #6A6A6A;
    padding: 10px;
    margin: auto;
    text-align: justify;
}
.primertexto b{
    color: #1B8120;
}
.segundotexto{
	width: 800px;
    font-style: italic;
    color: #6A6A6A;
    padding: 10px;
    margin-left: 75px;
    float: left;
    text-align: justify;
}
.segundotexto b{
    color: #1B8120;
}
.nosotrosimg{
width: 380px;
height: 300px;
margin-left: 20px;
margin-top: 25px;
float: left;
}
.columna1{
    font-size: 16px;
    font-style: italic;
    text-align: justify;
    color: #6A6A6A;
    width: 595px;
    margin-left: 75px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px;
    float: left;
}
.columna1 b{
    color: #1B8120;
    font-size: 16px;    
}
.columna1 n{
    color: #1B8120;
    font-size: 16px;
}
.columna2{
    font-size: 16px;
    font-style: italic;
    text-align: justify;
    color: #6A6A6A;
    width: 595px;
    margin-top: 20px;
    padding: 10px;
    float: left;
}
.columna2 b{
    color: #1B8120;
    font-size: 16px;  
}
.linktxt{
	color: #1B8120;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.linktxt:hover{
	color: #6CFEA0;
	text-decoration: none;
	font-size: 16px;
}
.columna2 n{
    color: #1B8120;
    font-size: 16px;
}

/* PIE */

.footer {
    width: 100%;
    height: 150px;
    margin: auto;
    margin-top: 10px;
    background: #F5F4F4;
}
.footerimg {
    width: 150px;
    height: 150px;
    margin-left: 120px;
    float: left;
}
.footertxt {
    width: 900px;
    height: 60px;
    float: right;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #6C6C6C;
    margin-right: 120px;
    margin-top: 50px;
}
.footertxt b {
    color: #1B8120;
    font-weight: bold;
}
.bajopie {
    text-align: center;
    font-size: 12px;
    color: gray;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* CONTACTENOS */

#contactenos {
    width: 1200px;
    height: 250px;
    background-color: #197E1E;
    margin: auto;
	margin-top: 10px;
    color: white;
    border-radius: 5px;
}
#contactenosizq {
    margin-top: 0px;
    margin-left: 50px;
    width: 450px;
    height: 165px;
    float: left;
}
#contactenosder {
    margin-top: 0px;
    margin-right: 50px;
    width: 600px;
    height: 165px;
    float: right;
}
.inputATR {
    font-size: 16px;
    background-color: #FFFFFF;
    color: #7D7D7D;
    margin-bottom: 20px;
    width: 450px;
    height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid;
    border-color: #C7C8C8;
    border-radius: 5px;
}
.inputATR:focus {
    box-shadow: 0 0 20px 0 cyan;
    border-radius: 5px;
}
.textareaATR {
    font-size: 16px;
    background-color: #FFFFFF;
    color: #7D7D7D;
    width: 600px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid;
    border-color: #C7C8C8;
    border-radius: 5px;
    max-height: 38px;
    min-height: 96px;
    margin-bottom: 20px;
    text-align: left;
}
.textareaATR:focus {
    box-shadow: 0 0 20px 0 cyan;
    border-radius: 5px;
}
.tituloform {
    font-size: 40px;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 50px;
    color: White;
    padding-top: 10px;
}



